bytes.Buffer.lastRead (field)
23 uses
bytes (current package)
buffer.go#L23: lastRead readOp // last read operation, so that Unread* can work correctly.
buffer.go#L87: b.lastRead = opInvalid
buffer.go#L100: b.lastRead = opInvalid
buffer.go#L169: b.lastRead = opInvalid
buffer.go#L181: b.lastRead = opInvalid
buffer.go#L200: b.lastRead = opInvalid
buffer.go#L237: b.lastRead = opInvalid
buffer.go#L264: b.lastRead = opInvalid
buffer.go#L283: b.lastRead = opInvalid
buffer.go#L298: b.lastRead = opInvalid
buffer.go#L310: b.lastRead = opRead
buffer.go#L320: b.lastRead = opInvalid
buffer.go#L328: b.lastRead = opRead
buffer.go#L343: b.lastRead = opRead
buffer.go#L361: b.lastRead = opReadRune1
buffer.go#L366: b.lastRead = readOp(n)
buffer.go#L376: if b.lastRead <= opInvalid {
buffer.go#L379: if b.off >= int(b.lastRead) {
buffer.go#L380: b.off -= int(b.lastRead)
buffer.go#L382: b.lastRead = opInvalid
buffer.go#L393: if b.lastRead == opInvalid {
buffer.go#L396: b.lastRead = opInvalid
buffer.go#L427: b.lastRead = opRead
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)